.body {
    src: url("css/fonts/bootstrap-icons.woff") format("woff2");
    src: url("css/fonts/bootstrap-icons.woff2") format("woff");
}

/* ==========================================
   Our Sacred Services Section
   =========================================== */

.yp-benefit-card {
    background-color: var(--bg-white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 280px;
    border: 1px solid #ececec;
}


.yp-benefit-card:hover {
    border: 1px solid #E8BACB;
    transition: all 0.3s ease;
}

.yp-benefit-card:hover {
    border: 1px solid #E8BACB;
    transition: all 0.3s ease;
}

.yp-benefit-title {
    color: var(--color-text-dark);
    font-weight: 600;
}

.yp-benefit-description {
    color: var(--color-text-light);
    font-size: 16px;
}

.yp-benefit-icon {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 8px;
}

.yp-benefit-card a {
    font-weight: 600;
    color: #440C06;
    text-decoration: none;
}

.arrow-img {
    width: 24px;
    height: 24px;
}

/* ==========================================
   Puja Booking Services Section
   =========================================== */

.yph-height {
    background-color: #fff;
    font-size: 20px;
    color: var(--color-primary);
    border-radius: 8px;
    width: fit-content;
}

.yph-pra{
    color: var(--color-text-dark);
    font-size: 18px;
}

.yph-puja-details i {
    font-size: 24px;
    color: var(--color-success);
}

.yph-puja-details p {
    font-size: 18px;
    color: var(--color-text-light);
}

.yph-details p{
    font-size: 1.50rem;
}
.yph-details-1 {
    background-color: #fff;
    border-radius: 8px;
    min-width: 150px;
}

.yph-details-1 i {
    font-size: 24px;
    color: var(--color-primary);
}

.yph-details-1 p {
    color: var(--color-text-dark);
}

.yph-details-1 span {
    color: var(--color-text-light);
}

.yph-p img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.yph-details-1 img {
    width: 30px;
    height: 30px;
}

.yph-app img:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in;
}

/* ==========================================
   App Download Section
   =========================================== */

.yph-app-container {
    display: flex;
    background-color: #fff;
    border-radius: 16px;
}

.yph-heading {
    color: var(--color-primary);
    letter-spacing: -1px;
    padding-left: 30px;
    margin-top: -12px;
}

.yph-heading span {
    font-weight: 700;
}

.yph-sub-details img {
    width: 55px;
    height: 55px;
}

.yph-details p {
    font-weight: 700;
    color: var(--color-primary);
}

.yph-details span {
    color: var(--color-primary);
    font-weight: 500;
}

.yph-new-in-app {
    background-color: var(--bg-light-peach);
    border-radius: 8px;
    width: fit-content;
}

.yph-app img {
    width: 230px;
}

/* ===========================================
   Our Achivement Section
   =========================================== */

.yph-benefit-card {
    background-color: var(--bg-white);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, 
    box-shadow 0.3s ease;
    min-width: 240px;
    max-width: calc(25% - 15px);
}

.yph-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.yph-benefit-icon {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 8px;
}

.yph-benefit-title {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 32px;
    margin: 0px;
}

.yph-achivement {
    width: 200px;
    margin-top: -70px;
}

/* .yp-footer-container {
    display: flex;
    background: var(--color-primary);
    flex-direction: column;
    justify-content: flex-end;
} */

@media(max-width: 1200px) {
    .yph-heading {
        font-size: 28px;
    }

    .yph-details p {
        font-size: 20px;
    }

    .yph-sub-details img {
        width: 50px;
        height: 50px;
    }

    .yph-new-in-app h5 {
        font-size: 18px;
    }
       

}
   

@media(max-width: 992px) {
    .yph-container {
        display: flex;
        flex-direction: column;
    }

    .yph-p img {
        height: 375px;
    }

    .yph-app-container {
       flex-direction: column;
    }
}

@media(max-width: 768px) {
    .yph-app img {
        width: 200px;
    }

    .yph-heading {
        padding-left: 18px;
    }

    .yph-heading {
        font-size: 24px;
    }

    .yph-sub-details img {
        width: 46px;
        height: 46px;
    }

    .yph-about-app {
        flex-wrap: wrap;
    }

    .yph-p img {
        height: 300px;
    }
}

@media(max-width: 568px) {
    .yph-wrapper {
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .yph-height, .yph-pra, .yph-puja-details p{
        font-size: 16px;
    }

    .yp-benefit-icon {
        width: 55px;
    }

    .yp-benefit-title {
        font-size: 18px;
    }
    .yp-benefit-description{
        font-size: 14px;
    }
    
}

@media(max-width: 425px) {
    .yph-details span {
        font-size: 14px;
    }

    .yph-details p {
        font-size: 18px;
    }

    .yph-heading {
        font-size: 20px;
    }

    .yph-app {
        flex-direction: column;
        align-items: center;
    }
}